body {
    font-size: 14px;
    font-family: 'Microsoft YaHei' !important;
    padding: 0;
    margin: 0;
}
footer{
    position: relative;
    margin-top:30px;
    bottom: -9px;
    width: 100%;
    background-color: #428DDE;
}
.footer{
	width: 1200px;
	margin:0 auto;
}
.footer div:nth-child(1){
	    font-size: 13px;
	    padding: 60px 0px 60px 30px;
}
.footer div:nth-child(2){
	float: right;
    margin-top: -152px;
    /*border: 3px solid white;*/
    width: 138px;
    height: 138px;
}
.footer div:nth-child(2) img{
	width: 100%;
}
.clear{
	clear: both;
}
.list li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}


.second{
    display: none;
    width: 125px;
    list-style: none;
    z-index: 122;
    position: relative;
    left: -40px;
    top: 19px;
}
.second li{
    text-align: center;
    background-color: white;
}
.second li:nth-child(1){
    border-bottom: 1px solid #D2D2D2;
}
.second li:hover a{
    color: #568FD6;
}
.sqdt:hover .second{
    display: block;
}